MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class
Methods Events

DelegateCommand<TParm> Class Members

The following tables list the members exposed by DelegateCommand<TParm>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public MethodDefines the method that determines whether the command can execute in its current state.  
Public MethodDefines the method to be called when the command is invoked.  
Public MethodRaises the CanExecuteChanged event from external code.  
Top
Public Events
 NameDescription
Public EventOccurs when the ability of the command to execute changes.  
Top
See Also